PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLinkAnnotationHighlightMode Enumeration
In This Topic
    PDFLinkAnnotationHighlightMode Enumeration
    In This Topic
    Defines the supported link highlight modes.
    Members
    MemberDescription
    INVERTInverts the content of link's normal appearance.
    NONENo highlighting, the link's appearance does not change when the link is activated.
    OUTLINEInverts the link's border.
    PUSHDisplays the link's down appearance.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.PDFLinkAnnotationHighlightMode

    See Also